From 0a68553cd24bcf45fbc2858564ef428a8fce2e8a Mon Sep 17 00:00:00 2001 From: rekado Date: Wed, 16 Nov 2016 23:42:31 +0100 Subject: circus: keys: Print note names on keys part. --- 03-circus/03-circus.ly | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to '03-circus/03-circus.ly') diff --git a/03-circus/03-circus.ly b/03-circus/03-circus.ly index 8092e9e..18132ce 100644 --- a/03-circus/03-circus.ly +++ b/03-circus/03-circus.ly @@ -24,7 +24,18 @@ AllMusic = << instrumentName = #"Synthesizer" shortInstrumentName = #"Synth" pedalSustainStyle = #'bracket - } { \keyboard } + } { + << + \new Staff { + \clef treble + \keyboardUpper + } + \new Staff { + \clef bass + \keyboardLower + } + >> + } \new StaffGroup = "bass" \with { instrumentName = #"Bass" -- cgit v1.2.3