%% Generated by lilypond-book
%% Options: [exampleindent=10.16\mm,indent=0\mm,line-width=160\mm,paper-height=845.047\pt,paper-width=597.508\pt,papersize='(cons (* 597.508 pt) (* 845.047 pt))]
\include "lilypond-book-preamble.ly"


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

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



\paper {
  #(set-paper-size '(cons (* 597.508 pt) (* 845.047 pt)))
  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/glissandi-can-skip-grobs.ly"
\sourcefileline 0
%% DO NOT EDIT this file manually; it was automatically
%% generated from the LilyPond Wiki
%% (https://wiki.lilypond.community).
%%
%% Make any changes in the Wiki itself, or in
%% `Documentation/snippets/new/`, then run
%% `scripts/auxiliar/makelsr.pl`.
%%
%% This file is in the public domain.

\version "2.24.0"

\header {
%% Translation of GIT committish: a8a85e19654e46d725563e6deba44083ef137a2c
  texidocja = "
@code{NoteColumn} Grob をグリッサンドが飛び越すように設定することができます。
"
  doctitleja = "Grob をスキップするグリッサンド"

%% Translation of GIT committish: de1e42ce512f3690387cdd065109bddff1b7bd6d
  texidocfr = "
Un glissando peut sauter un objet @code{NoteColumn}.
"

  doctitlefr = "Glissando par dessus un objet graphique"

%% Translation of GIT committish: 4f16fa98fd258f08e64203c793028ea3e363b1c0
  texidoces = "
Los objetos gráficos de columna de nota (los grobs @code{NoteColumn})
pueden ser sobrepasados por los glissandos.

"
  doctitlees = "Glissando por debajo de un objeto gráfico"

%% Translation of GIT committish: ebe492ca408fb0d9abf80b94c56197eef8dc2f09
  texidocde = "@code{NoteColumn}-Grobs können bei Glissandos übersprungen werden."
  doctitlede = "Glissando kann Grobs überspringen"


%% Translation of GIT committish: 262abf17c7827e88e3d509100c43920c8e225bec
  texidocca = "
Els objectes gràfics de columna de  nota (els grobs @code{NoteColumn})
poder ser sobrepassats pels glissandos.

"
  doctitleca = "Glissando per sota d'una objecte gràfic"

  categories = "Expressive marks, Staff notation, Tweaks and overrides"

  texidoc = "
@code{NoteColumn} grobs can be skipped over by glissandi.
"

  doctitle = "Glissandi can skip grobs"
} % begin verbatim


\relative c' {
  a2 \glissando
  \once \override NoteColumn.glissando-skip = ##t
  f''4 d,
}



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