%% 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/dotted-harmonics.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: a8a85e19654e46d725563e6deba44083ef137a2c
  texidocja = "
@code{\\harmonic} を用いて恣意的に作り出すハーモニクスは@c
付点を表示しません。この挙動をオーバライドするには、@c
@code{harmonicDots} コンテキスト プロパティをセットします。
"
  doctitleja = "ハーモニクスの付点"

%% Translation of GIT committish: a3fd5364fc4f247579da0ed2bfea887ab37285c6
  texidocfr = "
Les notes harmoniques artificielles, obtenues grâce à @code{\\harmonic},
ne sont pas pointées. Ce comportement peut être modifié en activant la
propriété de contexte @code{harmonicDots}.
"

  doctitlefr = "Harmoniques pointées"

%% Translation of GIT committish: 8ffecf6be17c6ec2ff87cf31873121a8cce29b09
  texidoces = "
Los armónicos artificiales que usan la instrucción @code{\\harmonic}
no tienen puntillo.  Para sobreescribir este comportamiento, fije la
propiedad de contexto @code{harmonicDots}.

"
  doctitlees = "Armónicos con puntillo"

%% Translation of GIT committish: 8ffecf6be17c6ec2ff87cf31873121a8cce29b09
  texidocca = "
Els harmònics artificials que usen l'ordre @code{\\harmonic} no tenen
puntet.  Per sobreescriure aquest comportament, fixeu la propietat de
context @code{harmonicDots}.

"
  doctitleca = "Harmònics amb puntet"

  lsrtags = "real-music, tweaks-and-overrides, unfretted-strings"

  texidoc = "
Artificial harmonics using @code{\\harmonic} do not show dots.  To
override this behavior, set the context property @code{harmonicDots}.
"

  doctitle = "Dotted harmonics"
} % begin verbatim


\relative c''' {
  \time 3/4
  \key f \major
  \set harmonicDots = ##t
  <bes f'\harmonic>2. ~
  <bes f'\harmonic>4. <a e'\harmonic>8( <gis dis'\harmonic> <g d'\harmonic>)
  <fis cis'\harmonic>2.
  <bes f'\harmonic>2.
}



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