lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Grace note too close


From: Xavier Scheuer
Subject: Re: Grace note too close
Date: Tue, 5 Oct 2021 22:09:52 +0200

On Tue, 5 Oct 2021 at 21:06, Mahanidhi <mahanidhi@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.scheuer@gmail.com>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]