%% Generated by lilypond-book
%% Options: [exampleindent=10.16\mm,indent=0\mm,line-width=160\mm]
\include "lilypond-book-preamble.ly"


% ****************************************************************
% Start cut-&-pastable-section
% ****************************************************************

#(ly:set-option 'eps-box-padding 3.000000)



\paper {
  indent = 0\mm
  line-width = 160\mm
  % offset the left padding, also add 1mm as lilypond creates cropped
  % images with a little space on the right
  line-width = #(- line-width (* mm  3.000000) (* mm 1))
}

\layout {
  
}




% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "snippets/appoggiatura-or-grace-note-before-a-bar-line.ly"
\sourcefileline 0
%% DO NOT EDIT this file manually; it was automatically
%% generated from the LilyPond Snippet Repository
%% (http://lsr.di.unimi.it).
%%
%% Make any changes in the LSR itself, or in
%% `Documentation/snippets/new/`, then run
%% `scripts/auxiliar/makelsr.pl`.
%%
%% This file is in the public domain.

\version "2.23.13"

\header {
%% Translation of GIT committish: a3fd5364fc4f247579da0ed2bfea887ab37285c6
  texidocfr = "
Par défaut, appogiatures et autres notes d'ornement sur le premier
temps d'une mesure s'impriment après la barre. Elles peuvent toutefois
précéder la barre grâce à l'insertion d'une barre invisible puis d'une
visible, comme indiqué ici.
"

  doctitlefr = "Appoggiature avant une barre de mesure"

  lsrtags = "rhythms, workaround"

  texidoc = "
By default, appoggiaturas and grace notes that occur on the first beat
of a measure are printed after the bar line.  They can however be
printed before, simply by adding an invisible BarLine and then the
visible one, as demonstrated here.
"

  doctitle = "Appoggiatura or grace note before a bar line"
} % begin verbatim


{
  R1
  %% default
  \appoggiatura d''8 c''4 r2.
  %% cheated
  \appoggiatura { \bar "" d''8 \bar "|" } c''4 r2.
}



% ****************************************************************
% end ly snippet
% ****************************************************************
