Fixes Issue 1504, allowing feather beam line breaking.
[lilypond/patrick.git] / input / regression / accidental-double.ly
blob3d91d10f1101406a520a8c7255b5106cbf97043f
1 \version "2.12.0"
2 \header {
3 texidoc = "If two forced accidentals happen at the same time, only one
4 sharp sign is printed."
7 \layout { ragged-right= ##t }
9 \transpose c c'
10 \context Staff <<
11 \key g \major
12 \new Voice { \stemUp c' fis! }
13 \new Voice { \stemDown c fis! }