]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/bar-scripts.ly
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / bar-scripts.ly
index de39ac5875c37f48690216f2d3644c456d226311..d7b3c5d498eece7cd52a60482361d58a9f46c4ec 100644 (file)
@@ -1,47 +1,20 @@
-\version "1.5.68"
+\version "2.11.51"
 \header{
 texidoc="
 
-COMMENTED-OUT
-
-Markings that are attached to (invisible) barlines are 
-delicate: the are attached to the rest of the score without the score
-knowing it.  Consequently, they fall over  often.
+Markings can be attached to (invisible) barlines.
 "
 }
 
+\layout { ragged-right = ##t }
 
-% FIXME including this file makes lily crash lateron -- breaks website build
-
-% onestaff =  \context Staff = foo\notes  {
-%      \property Staff.instr = instr
-%      \property Staff.instrument = instrument \mark "B"
-%       c1 \mark "A" \break c2  c2 \break
-% }
+\relative c''
+\context GrandStaff <<
+       \new Staff {
 
-% grstaff =  \notes \context GrandStaff <
-%      \context Staff = bar {
-
-%      \property Staff.instr = instr
+       \set Staff.shortInstrumentName = instr
        
-%       \mark "B" \break c1 \mark "A" c2  }
-%      \context Staff = bufl { c1 c2  }
-% >
-
-% scpaper =  \paper {\translator {\OrchestralScoreContext}}
-% % stpaper =  \paper{ \translator {\BarNumberingStaffContext }}
-% stpaper =  \paper{ }
-
-% scscore =  \score { \grstaff \paper {
-% \scpaper
-% }}
-
-
-% stscore =  \score { \onestaff \paper {
-%  \stpaper
-% }}
-
-% %\score {\stscore}
-% \score {\scscore}
+        \mark "B" \break c1 \mark "A" c2  }
+       \new Staff { c1 c2  }
+>>
 
-\score{\notes c''}
\ No newline at end of file