Hello Jay (yes, I looked up your website to get how to address you), In the second staff you are missing braces { ... } around the triplet notes. Thus the triplet only applies to the first note, which also misaligns the following music.
Cheers, Valentin Am Donnerstag, 3. Februar 2022, 20:52:57 CET schrieb jh: > I hope I'm sending this properly. This is as small as I could get and > there are at least three things I must be doing wrong....Center staff > the 3 is in a weird place but after the triplets notes aren't lining up. > If this is a dumb mistake on my part please point it out, if it's a > matter of looking at the manual please send me there > > \version "2.22.0" > \header { > title = "Mt Olympus" > composer = "Jay Hamilton" > copyright = \markup { \tiny \override #'(baseline-skip . 0.5) > \center-column > { "CC lic 2.5 some rights reserved Jay Hamilton 2022" > "see http://creativecommons.org/licenses/by-nd/2.5/" > } } > } > #(ly:set-option 'delete-intermediate-files #t) > #(set-default-paper-size "letter" ) > #(set-global-staff-size 22) > > \paper > { > indent = 15 > short-indent = 15 > right-margin = 30 > top-margin = 15 > bottom-margin = 15 > } > upper =\relative c{ > \key c \major > \time 4/4 > %\omit Staff.TimeSignature > \accidentalStyle "forget" > \numericTimeSignature > \override Score.BarNumber #'break-visibility = #end-of-line-invisible > \clef "treble_8" > \cadenzaOn > \times 2/3 {a'8 [a a]} a4 g f\fermata > \bar ""\break bes,2 \bar ";" > %line 2 > > } > two = \relative c { > \clef bass > \key c \major > \time 4/4 > % \omit Staff.TimeSignature > \accidentalStyle "forget" > \numericTimeSignature > \override Score.BarNumber #'break-visibility = #end-of-line-invisible > \stemUp > \times 2/3 <c g'>8 [<c g'> <c g'>] <c g'>4 > \acciaccatura {bes32 [es g]~} g4 c,\fermata r4 bes > %line 2 > } > > lower = \relative c { > \clef bass > \key c \major > \time 4/4 > \accidentalStyle "forget" > \numericTimeSignature > \override Score.BarNumber #'break-visibility = #end-of-line-invisible > \cadenzaOn > > \times 2/3 {b!8 [b b]} b4 \times 2/3 {bes8 [es g]} a,4\fermata > r8 bes,4. > } > > \score { > \new PianoStaff << > \new Staff = "upper" \upper > \new Staff = "two" \two > \new Staff = "lower" \lower > > \layout { } > \midi { } > }
signature.asc
Description: This is a digitally signed message part.