Jethro Van Thuyne <[email protected]> writes:

> Is there a way to change the FretBoard size globally in a file? I'm
> trying the following in my stylesheet, but I don't get it to work:
>
> \context
>   { \FretBoards
>   \override FretBoards.FretBoard #'size = #'-2
>   }

That's not a compilable example.  Try something like

\new FretBoards \chordmode { c:1 c:1 }
\layout {
  \context
  { \FretBoards
    \override FretBoard #'size = #(magstep -2)
  }
}

-- 
David Kastrup
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user
  • FretBoard Jethro Van Thuyne
    • Re: FretBoard David Kastrup

Reply via email to