]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-phrasing-new.ly
Imported sources
[lilypond.git] / input / regression / lyric-phrasing-new.ly
index af1e074ffd78213d9706e69dc9344db6b469427d..b9143f69e12e93c0414edced3fb41d275e683e63 100644 (file)
@@ -1,3 +1,4 @@
+\version "2.1.21"
 \header {
 
 texidoc = "Lyric phrasing:
@@ -10,32 +11,16 @@ texidoc = "Lyric phrasing:
 
 
 \score{
-\context Staff  {
- \addlyrics
-   \notes \relative c' \context Voice = "bla" {
-       \autoBeamOff
-       c4( c16 d c b)  c4
-       d16[ e f g]
-                                                
-   }
-   \lyrics \context LyricsVoice = "bla-1" {
-       al tijd
-       izzz
-   }
- }
-
-\paper { raggedright = ##t
-
-        \translator {
-            \ScoreContext
-            \remove "Lyric_phrasing_engraver"
-            \consists "New_phrasing_engraver"
-        }
-        \translator {
-            \VoiceContext
-
-        }
-     }
+<<     \notes \relative c' \context Voice = "bla" {
+           \autoBeamOff
+           c4( c16 d c b)  c4
+           d16[ e f g]
+           
+       }
+       \lyrics  \lyricsto  "bla" \context Lyrics {
+           al tijd
+           izzz
+       } >>
+       
+    \paper { raggedright = ##t }
 }
-