]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/instrument-name.ly
more conversion for dash-change.
[lilypond.git] / input / regression / instrument-name.ly
index 09f773940b6525778e76d99c1e63f5370aca5d51..374b4a9e97743591f067c453fe94677817232197 100644 (file)
@@ -1,6 +1,6 @@
-\version "2.1.28"
+\version "2.7.32"
 \header{
-texidoc="
+  texidoc="
 Staff margins are also markings attached to barlines.  They should be
 left of the staff, and be centered vertically with respect to the staff.  
 They may be on normal staves, but also on compound staves, like the 
@@ -8,19 +8,26 @@ PianoStaff.
 "
 }
 
-       
+\layout {
+  ragged-right = ##t
+}
+
+
+
+
+
 
 
-\score {
+\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
+  }
+>>
 
-  \notes \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 }>>
 
-\paper {
-raggedright = ##t
-}}