Hi Andrea,
Since I've never explored this context in detail I do not have the
explanation you're looking for.
Anyway, here are two workarounds; none of them are good but, at least, do
the job :
\version "2.18.2"
\new MensuralStaff {
\relative c' {
a b c d e f g a g a a g a a \bar "" \break
Oups, sorry, copy/paste error :
\tweak extra-offset #'(-6 . 0) r2
for workaround #2
Pierre
2015-01-22 10:51 GMT+01:00 Pierre Perol-Schneider <
pierre.schneider.pa...@gmail.com>:
> Hi Andrea,
>
> Since I've never explored this context in detail I do not have the
> explanation you're looking for.
Hi Pierre,
very helpful, as always,
Thank you,
Andrea
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/Custos-and-rest-tp170860p170863.html
Sent from the User mailing list archive at Nabble.com.
___
lilypond-user mailing list
Hi again,
this is close to what I'm looking for :
\version "2.19.15"
\new Devnull
\with {
\consists Note_heads_engraver
\consists Accidental_engraver
\consists Clef_engraver
\omit Clef
}
{ \repeat unfold 8 cis'8 }
Please consider my problem as solved.
Cheers,
Pierre
Harm,
Thomas Morley-2 wrote
> Maybe:
>
> \version "2.19.15"
>
> printTimeSignatureFraction =
> \applyContext #(lambda (ctx)
> (let* ((context
>(ly:context-property-where-defined ctx 'timeSignatureFraction))
> (time-sig-frac
>(ly:context-property context 'timeS
Hi all,
Could the ignoring of the before mentioned bendAfter be a bug, or does it
work as intended?
If it isn't, where can I do bug reports?
And in case it is, where can I propose enhancement requests?
Thanks!
Gagi
On Jan 19, 2015 9:39 AM, "Gagi Petrovic" wrote:
> Dear LilyPond group,
>
> Do
Hi all,
how can I tie the notes in the following example?
16
<< { \once \override NoteColumn.force-hshift = #-0.6 \once \override
Stem.direction = #DOWN d2 }
\\ { \once \override NoteColumn.force-hshift = #0.6 \once \override
Stem.direction = #up ees2^\trill } >>
the ~ do not show in
Putting the d~ and ees~ inside the <<...>> block gets a bit closer. You can
see the ties, but has other differences from your original example. I'm not
sure exactly what your final goal is:
\relative c' {
<< { d16~ \once \override NoteColumn.force-hshift = #-0.6 \once \override
Stem.direction = #D
Hi Luca, hi Steve,
Luca, do you mean :
\version "2.18.2"
\transpose c c' {
%16 ~
<<
{
\once\stemDown
\once\hideNotes ees16~
\once\override NoteColumn.force-hshift = #0.6
ees2^\trill
}
\\
{
\once\stemUp
16
\once\override NoteColumn.for
http://lilypond.org/bug-reports.html
--
Phil Holmes
- Original Message -
From: Gagi Petrovic
To: LilyPond Users
Sent: Thursday, January 22, 2015 2:58 PM
Subject: Re: polyphony and bendAfter
Hi all,
Could the ignoring of the before mentioned bendAfter be a bug, or do
I'm trying to duplicate the behavior shown in the next two images:
(the dash above the eighth rest in the upper line in beat 1 of measure 4 is an
artifact; ignore it)
My best effort so far is:
\version "2.19.15"
\paper {
ragged-right = ##t
}
#(define percussion '((lobongo default #t 3)
On 01/23/2015 12:28 AM, Cynthia Karl wrote:
I'm trying to duplicate the behavior shown in the next two images:
The major things wrong with this output are:
* the rests should be centered on their line, not above it
* there should be a full-measure rest on the lower line of measu
> On Jan 22, 2015, at 6:06 PM, Rutger Hofman wrote:
>
> On 01/23/2015 12:28 AM, Cynthia Karl wrote:
>> I'm trying to duplicate the behavior shown in the next two images:
>>
>> The major things wrong with this output are:
>>
>> * the rests should be centered on their line, not above it
>>
I just tried your example and Lilypond produced the following error
messaages. Could it be due to my version of 2.18.2?
Parsing...
TwoInstruments.ly:14:16: error: syntax error, unexpected UNSIGNED
r8\p bol8 r8
8% 4
TwoInstruments.ly:26:10: error: syntax error, unexpected U
Hi list,
I'm trying to create a pitched trill where the parenthesized note glisses
to a new note.
I've got quite close to the notation I'm after, but I can't find a way to
parenthesize the goal note the same way as the pitchedTrill. \parenthesize
doesn't seem to include the accidental, and is in a
15 matches
Mail list logo