]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/instrument-name.ly
* lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
[lilypond.git] / input / regression / instrument-name.ly
index d38f1e0d2d3278fa40b796c8ee4a228202256ae5..0851304124271826f750dfb1d67518cbca4a2b2f 100644 (file)
@@ -1,25 +1,29 @@
-\version "1.7.18"
+\version "2.7.13"
 \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 {
+  raggedright = ##t
+}
+
+
+
+
+
+
 
+\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 }>>
 
-\score {
 
-  \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
-}}
 
-%% new-chords-done %%