%% 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/vertical-line-as-a-baroque-articulation-mark.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: 0cc270b871321ae5aa8622cea8d8262aafd16641
  texidocja = "
音符の上にある短い線は、バロック音楽で広く用いられるものです。@c
意味は様々ですが、通常は音符をより@qq{重く}演奏することを指示しています。@c
次の例は、この記譜をどのように実現するかを示しています。
"
  doctitleja = "バロック音楽の縦線アーティキュレーション マーク"

%% Translation of GIT committish: de1e42ce512f3690387cdd065109bddff1b7bd6d
  texidocfr = "
On trouve régulièrement, en musique baroque, cette courte ligne
verticale. Sa signification peut varier, mais elle indique le plus
souvent une note plus « appuyée ». Voici comment générer ce signe
particulier.
"

  doctitlefr = "Articulation baroque en forme de coche"

%% Translation of GIT committish: e57447fe9c53034c997759bff512fa0130b3a6ee
  texidoces = "
Esta línea corta vertical situada encima de la nota es de uso común en
música barroca.  Su significado varía, pero en general indica notas
que se deben tocar con más @qq{peso}.  El ejemplo siguiente muestra
cómo conseguir dicha notación.

"
  doctitlees = "Línea vertical como una articulación barroca"

%% Translation of GIT committish: 8ffecf6be17c6ec2ff87cf31873121a8cce29b09
  texidocca = "
Aquesta línia curta vertical a sobre de la nota és d'ús comú en la
música barroca.  El seu significat varia, però en general indica
notes que s'han de tocar amb més @qq{pes}.  L'exemple següent
mostra com aconseguir aquesta notació.

"
  doctitleca = "Línia vertical com una articulació barroca"

  categories = "Ancient notation, Expressive marks, Scheme"

  texidoc = "
This short vertical line placed above the note is commonly used in
baroque music. Its meaning can vary, but generally indicates notes that
should be played with more @qq{weight}. The following example demonstrates
how to achieve such a notation.
"

  doctitle = "Vertical line as a baroque articulation mark"
} % begin verbatim


upline =
\tweak stencil
  #(lambda (grob)
    (grob-interpret-markup grob #{ \markup \draw-line #'(0 . 1) #}))
  \stopped

\relative c' {
  a'4^\upline a( c d')_\upline
}



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