it perfecty works! Thank you. Sent with [ProtonMail](https://protonmail.com/) Secure Email.
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ Il martedì 5 ottobre 2021 22:09, Xavier Scheuer <x.sche...@gmail.com> ha scritto: > On Tue, 5 Oct 2021 at 21:06, Mahanidhi <mahani...@protonmail.com> wrote: >> >> Your code works on all the notes but I want more room only beetween the >> grace note. >> Here the minimal exemple. >> Thank you. >> >> \version "2.22.1" >> \language "english" >> global = { >> \key gf \major >> \time 4/4 >> \override Glissando.style = #'zigzag >> \override Score.SpacingSpanner.base-shortest-duration = #(ly:make-moment >> 1/128) >> \set includeGraceNotes = ##t >> } >> \layout { >> \context { >> \Score >> \remove "Bar_number_engraver" >> defaultBarType = "" }} % toglie le barre >> \layout { >> \context { >> \Staff >> \remove "Time_signature_engraver" >> }} % tolgie il tempo >> \layout {% to align >> ragged-last = ##f >> line-width = 195 % or some other number >> } >> \layout { >> \set includeGraceNotes = ##t % permette inizio testo dalla grace note >> } >> \relative c' >> {\global >> bf'8 cf4. cf16 cf (cf4.) cf8 \grace cf16 df4. cf16 bf (bf4.) \bar "|"} > > Hello, > > Please include the list (Reply to all instead of Reply). > You can use \override Score.GraceSpacing.common-shortest-duration = > #(ly:make-moment 1/128) > > Other settings of GraceSpacing are shortest-duration-space or > spacing-increment (sorry I mistyped in my previous message). > > Cheers, > Xavier > > -- > Xavier Scheuer <x.sche...@gmail.com>