]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/instrument-name.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / regression / instrument-name.ly
index 374b4a9e97743591f067c453fe94677817232197..6d7b540a56763d38d8fc1de48dba624ffcd7bbdb 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.32"
+\version "2.7.39"
 \header{
   texidoc="
 Staff margins are also markings attached to barlines.  They should be
@@ -17,17 +17,20 @@ PianoStaff.
 
 
 
+\new StaffGroup <<
+  \context PianoStaff <<
+    \new Staff    {
+      \set PianoStaff.instrument = "Piano"
+      \set Staff.instrument = "Right" { c''4 }}
+    \new Staff {
+      \set Staff.instrument = "Left"
+      \clef bass c4
+    }
+  >>
 
-\context PianoStaff <<
-  \context Staff = "treble"    {
-    \set PianoStaff.instrument = "Piano"
-    \set Staff.instrument = "Right" { c''4 }}
-  \context Staff = "bass" {
-    \set Staff.instrument = "Left"
-    \clef bass c4
+  \lyrics {
+    \set vocalName = "bert"
+    blah
   }
+  \new Staff { c''4 } 
 >>
-
-
-
-