]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/lyrics-skip-notes.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / test / lyrics-skip-notes.ly
index d90664e089cb35e0e5622a11e15d6639fce476f9..8c3607b3d11e9969ad07143f0252494ef8ae17c8 100644 (file)
@@ -11,12 +11,12 @@ less lyric syllables to a melody.
 
 
 % shorthand for Skip Lyric
-sl = \notes { \skip 4 }
+sl =  { \skip 4 }
 
-\version "2.2.0"
+\version "2.3.4"
 \score {
   <<
-  \context Voice = "A"  \notes  {c4 c c c}
+  \context Voice = "A"    {c4 c c c}
   \lyricsto "A" \context Lyrics=A \lyrics { foo __ \sl \sl bar }
   \lyricsto "A" \context Lyrics=B \lyrics { foo -- \sl baz bar }
   \lyricsto "A" \context Lyrics=C \lyrics { foo -- baz -- baaz bar }