Unnecessary warnng messages?
Jun Tamura via bug-lilypond <[email protected]> Tue, 5 May 2026 14:28:59 +0900
| Newsgroups | gmane.comp.gnu.lilypond.bugs |
|---|---|
| Message-ID | <[email protected]> |
LilyPond 2.26.0 renders the follwing code fine but also produces =
unnecessary(?) warning messages.
=
=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=
=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=
=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=
=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=
=80=94=E2=80=94
\version "2.26.0"
\language "nederlands"
\new Staff {
\relative c' {
\key es \major \time 4/4 <<g4 es'4 es'2~>> es8 r8 r4
}
}
=
=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=
=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=
=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=
=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=
=80=94=E2=80=94
Starting lilypond 2.26.0 [test.ly]...
Processing `/Users/me/Documents/LilyPond/test.ly'
Parsing...
Interpreting music...
/Users/me/Documents/LilyPond/test.ly:7:44 <0>: warning: unterminated tie
\key es \major \time 4/4 <<g4 es'4 es'2
~>> es8 r8 r4
/Users/me/Documents/LilyPond/test.ly:7:44 <1>: warning: unterminated tie
\key es \major \time 4/4 <<g4 es'4 es'2
~>> es8 r8 r4
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Converting to `test.pdf'...
Success: compilation successfully completed
Completed successfully in 1.7".
=
=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=
=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=
=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=
=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=
=80=94=E2=80=94
=EF=BF=BC