lilypond-user
[Top][All Lists]
Advanced

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

Re: voiceXXX with slurs, phrasing and staccato


From: Mats Bengtsson
Subject: Re: voiceXXX with slurs, phrasing and staccato
Date: Tue, 12 Sep 2006 22:52:38 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20060628 Debian/1.7.8-1sarge7.1

Nice!

I hope you know that you can remove the "\book{" and the
corresponding ending brace, since LilyPond implicitly
adds a \book block around any .ly file that doesn't
explicitly contain one.

  /Mats

Luc wrote:

Hi!
I have written a small "\book" about some pecularities in the context of \voiceXXX. Thanks for having a look at it!
Luc
\version "2.8.6" \layout { indent =#0 ragged-right = ##t } xnotes = { c'8 d' e' f' g' a' b' c'' }
ynotes    = { \voiceOne \xnotes }
znotes    = { \voiceTwo \xnotes }
xstaccato  = { s8-. s-. s-. s-. s-. s-. s-. s-.  }
xfinger   = { s8 -0 s8 -1 s8 -2 s8 -3 s8 -4 s8 -5 s8 -6 s8 -7 }
xslur    = { s8( s) s s(   s s) s( s)   }
xphrase   = { s8 \( s s s    s s  s s\) }
\book { \markup \teeny \wordwrap-string #
  "Formatting with Lilypond under Windows XP
(1st measure normal, 2nd \\voiceOne-ed <file://%5C%5CvoiceOne-ed>, 3rd \\voiceTwo-ed <file://%5C%5CvoiceTwo-ed>)" \markup \teeny \italic { "A scale with fingering, slurs and a phrasing slur" } \score {
  <<
\context Voice ="1" { \xnotes \ynotes \znotes } \context Voice ="1" { \xfinger \xfinger \xfinger }
   \context Voice ="1" { \xphrase \xphrase \xphrase }
   \context Voice ="1" { \xslur \xslur \xslur }
  >>
\layout { } } \markup \teeny \italic { "A scale with staccato and slurs" }
 \score {
  <<
\context Voice ="1" { \xnotes \ynotes \znotes } \context Voice ="1" { \xstaccato \xstaccato \xstaccato }
   \context Voice ="1" { \xslur \xslur \xslur }
  >>
\layout { } } \markup \teeny \wordwrap-string #
 "In general the results are very excellent!
However personnaly I would prefer slurs and phrasing slurs to keep a minimal distance at the endings,
 with voiceXXX phrasing slurs and fingering are  messed up,
and staccato dots are aligned with the noteheads whereas the voiceXXX slurs are aligned with the stems - wouldn't it be nicer to have both in the same alignement?" } % \book

------------------------------------------------------------------------

_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user


--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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