]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/template/piano-lyrics.ly
* input/regression/slur-stem-broken.ly: remove.
[lilypond.git] / input / template / piano-lyrics.ly
index b34297ebaa9df68fa3e4b6d1c8f155a915f07416..2e85dd09ef304c7369edadf85237f827d1b45f40 100644 (file)
@@ -1,14 +1,14 @@
-\version "2.1.21"
+\version "2.3.8"
 
 \header {
   texidoc ="Lyrics between two staffs."
 }
 
-upper = \notes\relative c'' {
+upper = \relative c'' {
   a b c d
 }
 
-lower = \notes\relative c {
+lower = \relative c {
   a2 c
 }
 
@@ -28,13 +28,13 @@ text = \lyrics {
     >>  
   >>
   \paper {
-    \translator {
-      \GrandStaffContext
+    \context {
+      \GrandStaff
       \accepts "Lyrics"
     }
-    \translator {
-      %\LyricsContext
-      \LyricsContext
+    \context {
+      %\Lyrics
+      \Lyrics
       \consists "Bar_engraver"
     }
   }