From 67ea86d8e625576072fe0874cf6a7c4992e5a14e Mon Sep 17 00:00:00 2001 From: rekado Date: Wed, 5 Oct 2016 20:51:32 +0200 Subject: song1: stick: Name staves. Otherwise I can't switch to another staff and back. --- 01-song1/music/stick.ly | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '01-song1') 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" -- cgit v1.2.3