lilypond-user
[Top][All Lists]
Advanced

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

Re: cue note fontsize inherited by uncued notes?


From: Jacques Menu
Subject: Re: cue note fontsize inherited by uncued notes?
Date: Sat, 26 Dec 2015 19:49:09 +0100

Hello Patrick,

Does:

SWithCues = \relative c'' {
  % R1
  \new Voice {
    \cueDuring #"A" #UP  R1    % 1
  }
  g4 a b c                              % 2
}

solve your problem?

JM

> Le 26 déc. 2015 à 17:00, Patrick Karl <address@hidden> a écrit :
> 
> The output from the following snippet seems odd:
> 
> \version "2.19.32"
> 
> A = \relative c'' {
>    c4 b a g   c b a g            % 1-2
> }
> 
> \addQuote "A" \A
> 
> SWithCues = \relative c'' {
> % R1
>   \cueDuring #"A" #UP  R1    % 1
>   g4 a b c                              % 2
> }
> 
> { \SWithCues }
> 
> The notes in the 2nd measure as well as the full-measure rest in measure 1 
> look like cue notes rather than default size regular notes.
> 
> If an uncued full-measure rest is added before the cued full-measure rest, 
> the ouput looks correct.
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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