[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A suggestion for Dynamic staves
From: |
Peter Toye |
Subject: |
Re: A suggestion for Dynamic staves |
Date: |
Thu, 14 Oct 2021 15:12:12 +0100 |
Hello Carl and Jean,
I've not had an answer to this - has it got lost somewhere?
Dear Carl,
Thanks for pointing out the bracket. Silly me.
But it doesn't help - I copy-and-pasted your code and the hairpin is still the
same size as the top staff but the forte sign is smaller. See the attached.
Best regards,
Peter
mailto:lilypond@ptoye.com
www.ptoye.com
-------------------------
Friday, October 1, 2021, 5:46:03 PM, you wrote:
> On 9/30/21, 10:32 AM, "Peter Toye" <lilypond@ptoye.com> wrote:
> Oddly, Frescobaldi doesn't recognise \magnifyMusiceither wher I've put it
> or within the brackets.
> You haven't matched the required structure for the file. Our parser is
> flexible to allow different kinds of music functions, so sometimes the error
> messages are less than helpful.
> Here's code that works (note the extra set of braces to put all the \
> magnifyMusic and the music argument all within the Dynamics context.
> \version "2.22.1"
> \language "english"
> \score {
> <<
> \new Staff {
> \relative {
> a'4\f 4 4\> 4
> 4 4 4 4\!
> }
> }
> \new Staff \with {
> \magnifyStaff #5/7
> }
> { \relative {
> a'4\f 4 4\> 4
> 4 4 4 4\!
> }
> }
> \new Dynamics {
> \magnifyMusic #5/7
> {
> % \override DynamicText.font-size = #-3
> s4\f 4 4\> 4
> 4 4 4 4\!
> }
> }
> }
Screenshot 2021-10-01 175855.png
Description: PNG image
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond