2015-08-29 15:43 GMT+02:00 Stefan Thomas <kontrapunktste...@gmail.com>:
> Dear community,
> I'm trying to get smaller woodwind fingering charts, but without sucess.
> Here is my code:
> \version "2.18.2"
>
> \relative c'' {
>   \textLengthOn
>   c1^\markup { \woodwind-diagram #'saxophone #'((cc . (oneT  twoT three four
> five six)) (lh . (b)) (rh . (eT))) }
> c1^\markup {\tiny \woodwind-diagram #'saxophone #'((cc . (oneT  twoT three
> four five six)) (lh . (b)) (rh . (eT))) } % it's the same
> }


Try:

\markup {
  \woodwind-diagram
    #'saxophone
    #'((cc . (oneT  twoT three four five six))
       (lh . (b))
       (rh . (eT)))

  \override #'(size . 0.5) %% <===
  \woodwind-diagram
    #'saxophone
    #'((cc . (oneT  twoT three four five six))
       (lh . (b))
       (rh . (eT)))
}

HTH,
  Harm

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to