% Generated automatically by: lilypond-book.py % options are filename=/home/hanwen/usr/src/savannah/lily/lilypond-1.8/input/regression/bar-scripts.ly printfilename \include "paper16.ly" \paper { linewidth = 455.244096\pt } \version "1.7.18" \header{ texidoc=" 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. " } onestaff = \context Staff = foo\notes\relative c'' { \property Staff.instr = instr \property Staff.instrument = instrument \mark "B" c1 \mark "A" \break c2 c2 \break } grstaff = \notes \relative c'' \context GrandStaff < \context Staff = bar { \property Staff.instr = instr \mark "B" \break c1 \mark "A" c2 } \context Staff = bufl { c1 c2 } > \score {\grstaff}