Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git] / input / regression / accidental-piano.ly
blob105be9ad112e110e6addc25dc9a44814bd0489b8
1 \header {
3 texidoc = "In piano accidental style, notes in both staves
4 influence each other. In this example, each note should have an
5 accidental."
9 \version "2.10.0"
11 \layout
13 ragged-right = ##t
16 \new PianoStaff \relative <<
17 #(set-accidental-style 'piano)
18 \new Staff { ges'4 ges4 }
19 \new Staff { r8 gis r8 gis }