]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-piano.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / accidental-piano.ly
1 \header {
2
3     texidoc = "In piano accidental style, notes in both staves
4 influence each other.  In this example, each note should have an
5 accidental."
6
7 }
8
9 \version "2.19.21"
10
11 \layout
12 {
13     ragged-right = ##t
14 }
15     
16 \new PianoStaff \relative <<
17     \accidentalStyle piano
18     \new Staff { ges'4 ges4 }
19     \new Staff { r8 gis r8 gis }
20     >>