lilypond-user
[Top][All Lists]
Advanced

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

Re: slurs across bar lines with glissandi and hidden noteheads


From: Simon Albrecht
Subject: Re: slurs across bar lines with glissandi and hidden noteheads
Date: Tue, 12 Jan 2016 22:49:49 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0

Two more remarks:

On 12.01.2016 22:12, Ryan Michael wrote:
I do the following:

%51%
\tuplet 3/2{
r8-\markup{\italic "gesprochen"} d'8 dis8}
\tuplet 3/2{ r16 cis cis a r16 cis} \tuplet 3/2{ cis a r16 a cis8\glissando}
  \once \hide NoteHead (g4\glissando

%52%
cis,2 ) r4 r8 dis'-\markup{\italic "gliss"}

Please always post complete, compilable examples (with a \version statement). It helps a lot in helping you. Such an example would have looked like:

%%%%%%%%%%%%
\version "2.18.2"

\relative {
  %51%
  \tuplet 3/2 { r8-\markup \italic "gesprochen" d'8 dis8 }
  \tuplet 3/2 { r16 cis cis a r16 cis }
  \tuplet 3/2 { cis a r16 a cis8\glissando }
  \once \hide NoteHead g4(\glissando

  %52%
  cis,2) r4 r8 dis'-\markup \italic "gliss"
}
%%%%%%%%%%%%

Note also the altered code formatting (spaces around braces, and regular line breaks) – it eases reading and working with code.

Best, Simon



reply via email to

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