]> 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 456da021753181a2ed148b25a2986ecee71a9b2f..374b4a9e97743591f067c453fe94677817232197 100644 (file)
@@ -1,25 +1,33 @@
-\version "1.9.8"
+\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 wrt the staff.  They may
-be on normal staves, but also on compound staves, like the PianoStaff.
+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 
+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    {
-      \property PianoStaff.instrument = "Piano "
-      \property Staff.instrument = "Right " { c''4 }}
-    \context Staff = bass { \property Staff.instrument = "Left " \clef bass c4 }>>
 
-\paper {
-raggedright = ##t
-}}