instrumentName = #"Bass"
shortInstrumentName = #"Bass"
} { \bass }
- \new Staff = "grand stick" { \stick }
+ \new PianoStaff = "grand stick" \with {
+ instrumentName = #"Grand Stick"
+ shortInstrumentName = #"Stick"
+ midiInstrument = #"clav"
+ pedalSustainStyle = #'bracket
+ } { \stick }
>>
%% Two scores are needed: one with unfolded repeats for MIDI and the
--- /dev/null
+\version "2.19.27"
+
+\header {
+ title = "Song 2"
+ subtitle = "Grand Stick"
+ composer = "The very pretentious elephlies"
+ copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" }
+}
+
+\include "parts/stick.ly"
+
+\score {
+ \new PianoStaff = "grand stick" \with {
+ pedalSustainStyle = #'bracket
+ } {
+ \compressMMRests \stick
+ }
+ \layout {
+ \tempo 4 = 90
+ indent = #0
+ short-indent = #0
+ \context {
+ \Score
+ \numericTimeSignature
+ }
+ }
+}
f8 b' r8 d16 f gis1.
}
-stick = \new PianoStaff \with {
- instrumentName = #"Grand Stick"
- shortInstrumentName = #"Stick"
- midiInstrument = #"clav"
- pedalSustainStyle = #'bracket
-}
-<<
- \new Staff \relative c' {
+stick = <<
+ \new Staff = "stick right" \relative c' {
\clef "treble_8"
\set Staff.midiPanPosition = #-0.5
\key b \minor
}
%% staff for left hand side
- \new Staff \relative c {
+ \new Staff = "stick left" \relative c {
\clef "bass"
\set Staff.midiPanPosition = #0.5
\key b \minor
\stickFinalLeft
}
>>
-