lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

notes after triplet not aligning


From: jh
Subject: notes after triplet not aligning
Date: Thu, 03 Feb 2022 12:52:57 -0700
User-agent: Roundcube Webmail/1.4.12

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 { }
}



--
Thank you Sound & Silence

Beginning May 1, 2021 a new address; 1814 Lake Washington Blvd. So.,
Seattle, Wa. 98144

_206-328-7694 or messages at 206-308-8189_

www.soundand.com

and an online short (45 minute) concert of new material on Wayward in Limbo


https://www.waywardmusic.org/?p=6082

Attachment: image of problem.jpg
Description: JPEG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]