lilypond-user
[Top][All Lists]
Advanced

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

lyric start


From: Mahanidhi
Subject: lyric start
Date: Fri, 01 Oct 2021 18:53:17 +0000

In this music the third line as two grace notes. The lylirc automatically starts from the note and not from the grace note.What's the code to tell Lilypand to start fron the grace note?
Thank you.

CODE:
\version "2.22.1"
\language "english"

\header {
  title = "      Jāgo āmār swapan"
  arranger = "1971"
  composer = "Sri Chinmoy"
  tagline = ##f % toglie pie di pagina lilypond
}


\paper {
top-margin = 10
right-margin = 15
left-margin = 0
}

\layout {
  \context {
    \Score
    \remove "Bar_number_engraver"
     defaultBarType = "" }} % toglie le barre

\layout {
  \context {
\Staff
  \remove "Time_signature_engraver"
}} % tolgie il tempo

\layout {% to align
  ragged-last = ##f
  line-width = 195 % or some other number
}

\relative c'

{\key df \major
  \time 4/4
  \tempo "Moderate - slow" 4 = 72
df ff2. ef4 ff2. ef4 bf32 (cf df ef2. ) ef8(gf2)   bf,32[df ef]  ff2.\bar "|"}
\addlyrics {Jā -- go  ā  -- mār swā -- pan __ sā -- thi __ _ _ _ }

\relative c'
{\key df \major ef4ff2 ef4. ff2. ef4 bf32 cf df  ef2. b4^"(rit.)" a g2 a\bar "|"}
  \addlyrics {Jā -- go  ā  -- mār prā -- ner __ _ _ _ pran __ _ _ _ }
 
  \relative c'
{\key df \major  af4  \acciaccatura  bf8 df2 ef4 ef2 f4 f2  \acciaccatura { f16 gf16 } af2 bf af gf \bar "|"}
   \addlyrics {Jā -- go  ā  -- mār cho -- kher jyo -- ti __ _ _ }

Sent with ProtonMail Secure Email.


reply via email to

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