diff options
author | rekado <rekado@elephly.net> | 2016-10-05 20:51:32 +0200 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2016-10-05 21:32:55 +0200 |
commit | 67ea86d8e625576072fe0874cf6a7c4992e5a14e (patch) | |
tree | 781dfd9c129b0cc56a8393dcaec69daeade86cd9 /01-song1 | |
parent | 5c51be81b4e1bab454367eaaa02829073c3f082a (diff) |
song1: stick: Name staves.
Otherwise I can't switch to another staff and back.
Diffstat (limited to '01-song1')
-rw-r--r-- | 01-song1/music/stick.ly | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/01-song1/music/stick.ly b/01-song1/music/stick.ly index 89656be..64e5fe9 100644 --- a/01-song1/music/stick.ly +++ b/01-song1/music/stick.ly @@ -296,7 +296,7 @@ stickEndRight = {} stick = << - \new Staff \relative c' { + \new Staff = "stick right" \relative c' { \set Staff.midiPanPosition = #-0.7 \key cis \minor \clef "treble_8" @@ -326,7 +326,7 @@ stick = << } %% staff for left hand side - \new Staff \relative c { + \new Staff = "stick left" \relative c { \set Staff.midiPanPosition = #0.7 \key cis \minor \clef "bass" |