]> git.donarmstrong.com Git - lilypond.git/blob - input/test/staff-bracket.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / test / staff-bracket.ly
1 \version "2.1.26"
2
3 \header{texidoc = "@cindex Staff Bracket
4 Here's an example of staff brackets. "
5 }
6
7 \score
8 {
9   \new StaffGroup \notes \relative c'' <<
10       \new Staff {  b1 }
11     \new PianoStaff <<
12       \new Staff \notes { b1 }
13       \new Staff \notes { b1 }
14     >> 
15   >>
16
17   \paper {
18     \translator
19     {
20       \StaffContext
21       \consists Instrument_name_engraver
22     }
23     raggedright=##t
24   }
25 }
26