lilypond-user
[Top][All Lists]
Advanced

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

piece starting with acciaccatura problem


From: jh
Subject: piece starting with acciaccatura problem
Date: Mon, 02 Nov 2020 09:18:23 -0700
User-agent: Roundcube Webmail/1.3.15

here's my small example of the problem I think it's been addressed before but have no idea how to find the solution. Please give me a link or clue to find how to defeat this. Jay
\version "2.18.2"
\header {
  title = "31 Oct Hallows"
  composer = "Jay Hamilton"
    copyright = \markup { \tiny \override #'(baseline-skip . 0.5)
\center-column
        {  "CC lic 2.5 some rights reserved Jay Hamilton 2020"
    "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
 }
upper  = \relative c'{
\key c \major
\time 4/4 \tempo "largo" 4 = 48
 \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
    \acciaccatura {es'32 d es8}
    d8 c bes16 g8. c8 bes a c
}
melody = \relative c{
\key c \major
\time 4/4
 \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 bass
    <g es' g>2<a d f>

}
\score {<<
\new Staff \upper
\new Staff \melody

\layout {
\context {
\Staff \RemoveEmptyStaves
}
 }
\midi {}
}

--
Thank you Sound & Silence POB 4833 Seattle, Wa 98194 206-328-7694
www.soundand.com

I am looking for 2-3 dancers various abilities/disciplines for a piece
Called The Box it was scheduled for November  but we know how that has
gone. However I am interested in making videos of the moves and having
dancers work on them and the music before we can get into the same
room....... Paid rehearsals and the door divided evenly by participants.
Spread the word please.

Attachment: 31 Oct Hallows.pdf
Description: Adobe PDF document


reply via email to

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