lilypond-user
[Top][All Lists]
Advanced

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

acciaccatura issue


From: Jay Hamilton
Subject: acciaccatura issue
Date: Thu, 18 Oct 2018 19:24:01 -0600
User-agent: Roundcube Webmail/1.3.3

I don't understand why the acciaccatura note is before the time signature in the third measure of this example....
\version "2.18.2"
\header {
  title = "acciaccatura test"
    composer = "Jay Hamilton"
    copyright = \markup { \tiny \override #'(baseline-skip . 0.5)
\center-column
        {  "CC lic 2.5 some rights reserved Jay Hamilton 2018"
    "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 23)

  \paper
 {
  ragged-bottom = ##f and
  ragged-last-bottom = ##t
  indent = 15
  short-indent = 15
  right-margin = 30
  top-margin = 15
  bottom-margin = 15
 }
voice = \relative c'{
\key c \major
 \accidentalStyle "forget"
\override Staff.TimeSignature #' style = #' ()
\override Score.BarNumber #'break-visibility = #end-of-line-invisible
\override BreathingSign #'font-size = #5
% \set Staff.instrumentName = #"Voice1"
% \set Staff.shortInstrumentName = #"V-1"
\clef treble
\time 4/4
    g'8 [b] c b g4 \times 2/3 {f8 e f}
    g8 [c,] \times 2/3 {f e f} b [g]
      c \acciaccatura d c ~    \time  5/4
    c8 \times 2/3 {d8 [c b]} g [d]
    \times 2/3 {a'[f a]} e4.
%line 3
    \acciaccatura g8 c,4 \times 2/3 {f8 e f}
    g [a] b [g]
    c [f,]
\bar "|."

}
two = \relative c'{
\key c \major
 \accidentalStyle "forget"
\override Staff.TimeSignature #' style = #' ()
\override Score.BarNumber #'break-visibility = #end-of-line-invisible
\override BreathingSign #'font-size = #5
\clef "treble_8"
   r4 e d \times 2/3 {c8 a c}
    g4 \times 2/3 {d8 a' d,} e4 a
    \acciaccatura c8 a4. b4 d c4 \acciaccatura d8
    c8 ~
    c4 \times 2/3 {a8 g a} b4 e a,  }
\score { <<
      \new Staff = "voice" \voice
      \new Staff = "two" \two
           >>
  \layout {
\context {
\Staff \RemoveEmptyStaves
}
 }
  \midi { }
}

Please explain or let me know where to find a solution.
Thank you
J

--
I just completed a solo Dance and Music performance The End and Then...? 23
June Velocity dance Center
 and uploaded it to YouTube links are below my name;
Thank you
Sound & Silence
POB 4833 Seattle, Wa 98194

206-328-7694
www.soundand.com

Jay
HTTPS://YOUTU.BE/FHKKFD4SBYQ
PARTS 1 DEATH OF A MOTHER ,2 OUT ,3 IN.EX

HTTPS://YOUTU.BE/8TFOXORFQ_8
PART 4 EQUAL TEMPERAMENT

HTTPS://YOUTU.BE/YH2NKT9FKGG
 PART 5 IN NOT OF

HTTPS://YOUTU.BE/MD5VMQBENAQ
PART 6 MY MUSE

HTTPS://YOUTU.BE/HVF_IKQC8ZS
PART 7 WHAT TO DO?



reply via email to

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