Am 23. Juni 2017 13:26:07 MESZ schrieb Robert Blackstone <[email protected]>: >Hi Andrew, > >Thanks for your advice. >Sadly enough it does not work for me since I do not want the notes to >be in fontSize = #4.5, only the marcato mark. For that reason I >attached the marcato mark to a hidden note in a separate voice. When I >introduce the \override Script.X-offset = #6 and an Y-offset in my MWE >the marcato mark sits again, or still, underneath the beam. > >If I could enlarge and shift just the marcato mark and leave the notes >at their default size and position things would be OK.
You can override the font size of Script and use extra-offset to really manually offset the marcato. Urs > >Robert > > >On 23 Jun 2017, at 12:19 , Andrew Bernard <[email protected]> >wrote: > >> Hi Robert, >> >> Any use? >> >> \version "2.19.61" >> >> \new Staff { >> \clef bass >> \time 4/4 >> >> \stemUp >> \set fontSize = #4.5 >> \once \override Script.X-offset = #6 >> c'16^^ [es'8.] s2. >> } >> >> You can fiddle Y-offset also. >> >> As to how to beam across to a minim, that is tricky indeed, if you >are going to go the whole hog with this score. >> >> >> Andrew > > >_______________________________________________ >lilypond-user mailing list >[email protected] >https://lists.gnu.org/mailman/listinfo/lilypond-user _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
