]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/autochange-turning-pitch.ly
Let \autochange accept optional arguments for the turning-point and clefs
[lilypond.git] / input / regression / autochange-turning-pitch.ly
1
2 \version "2.19.25"
3
4 \header {
5   texidoc=" Other turning points for the autochanger are possible."
6 }
7
8 \layout { ragged-right= ##t }
9
10 \context PianoStaff <<
11   \context Staff = "up" {
12     \autochange  \relative { <>^"default c' " b4 c d e }
13     \autochange d' \relative { <>^"switch after d' " b c d e }
14   }
15   \context Staff = "down" {
16     \clef bass
17     s1*2
18   }
19 >>