Hi!
How can I lengthen the curve of \laissezVibrer?
Thanks!
-- 
oiram/bin/selom
\version "2.13.21"

\header {
  title = "Piccolo pezzo"
}

\paper {
   ragged-bottom=##f
   ragged-last = ##f
   left-margin = 1.75\cm
   right-margin = 1.25\cm
}


global = {\override Score.MetronomeMark #'extra-offset = #'(-5 . 0)
  \tempo 8=76
  \key g \major \mark \markup { \musicglyph #"scripts.segno" }
  \time 7/8
}

sopranoVoice = \relative c' {
  \global
  \dynamicUp
  % Qui segue la musica.
  c16_\<\p( cis) <d b' aes'>2.\!\f^> |
  \grace {b'16_\>([ c b' aes]} \melisma g8-.->)[ a-. fis-. e-.\melismaEnd d-. r c\!-.]| 
  \time 4/4 \tupletUp \times 4/5 { e4_\mp-- \melisma fis-- g--\melismaEnd aes-- bes,, \laissezVibrer-.--_\sf }\bar "|." \mark \markup { \musicglyph #"scripts.coda" }
  
}

verse = \lyricmode {
  % Qui seguono le parole.
  " " " " Sil __ la -- ba -- zio __ ne
}

\book {
  \score {
    \new Staff \with {
      midiInstrument = "choir aahs"
    } { \sopranoVoice }
    \addlyrics { \verse }
    \layout {indent=0 }
    \midi { }
  }
}
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to