@c -*- coding: utf-8; mode: texinfo; documentlanguage: it -*- @ignore Translation of GIT committish: fa9d87071c06d7bd6894e3115d24a7eab725d924 When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' Guide, node Updating translation committishes.. @end ignore @c \version "2.19.16" @node Schema riassuntivo @appendix Schema riassuntivo @translationof Cheat sheet @multitable @columnfractions .35 .3 .35 @item @b{Sintassi} @tab @b{Descrizione} @tab @b{Esempio} @item @code{1 2 8 16} @tab durate @tab @lilypond[relative=2,notime] \set Staff.autoBeaming = ##f \override Staff.Clef.break-visibility = #all-invisible c1 c2 c8 c16 @end lilypond @item @code{c4. c4..} @tab punti di aumentazione @tab @lilypond[relative=2,notime] \override Staff.Clef.break-visibility = #all-invisible c4. c4.. @end lilypond @item @code{c d e f g a b } @tab scala @tab @lilypond[relative=1,notime] c d e f g a b @end lilypond @item @code{fis bes} @tab alterazione @tab @lilypond[relative=1,notime] fis bes @end lilypond @item @code{\clef treble \clef bass } @tab chiavi @tab @lilypond[relative=1,notime] \clef treble s4_" " \clef bass s4_" " @end lilypond @item @code{\time 3/4 \time 4/4 } @tab indicazione di tempo @tab @lilypond[relative=1] \override Staff.Clef.stencil = #empty-stencil \time 3/4 s4_" " \time 4/4 s16_" " @end lilypond @item @code{r4 r8} @tab pausa @tab @lilypond[relative=2,notime] \override Staff.Clef.break-visibility = #all-invisible r4 r8 @end lilypond @item @code{d ~ d} @tab legatura di valore @tab @lilypond[relative=2,notime] \set Score.timing = ##f \set Staff.autoBeaming = ##f d ~ d @end lilypond @item @code{\key es \major } @tab armatura di chiave @tab @lilypond[notime,relative=1] \clef treble \key es \major \hideNotes c128 @end lilypond @item @var{note}@code{'} @tab alzare l'ottava @tab @lilypond[relative=2,notime] \set Score.timing = ##f \set Staff.autoBeaming = ##f a a' @end lilypond @item @var{note}@code{,} @tab abbassare l'ottava @tab @lilypond[relative=2,notime] \set Score.timing = ##f \set Staff.autoBeaming = ##f c c, @end lilypond @item @code{c( d e)} @tab legatura di portamento @tab @lilypond[relative=2] \set Score.timing = ##f \set Staff.initialTimeSignatureVisibility = #all-invisible \set Staff.autoBeaming = ##f c( d e) @end lilypond @item @code{c\( c( d) e\)} @tab legatura di frase @tab @lilypond[relative=2] \set Score.timing = ##f \set Staff.initialTimeSignatureVisibility = #all-invisible \set Staff.autoBeaming = ##f c\( c( d) e\) @end lilypond @item @code{a8[ b]} @tab travatura @tab @lilypond[relative=2] \set Score.timing = ##f \set Staff.initialTimeSignatureVisibility = #all-invisible \set Staff.autoBeaming = ##f a8-[ b-] @end lilypond @item @code{<< \new Staff @dots{} >>} @tab piĆ¹ righi @tab @lilypond[relative=1] << \new Staff { \set Staff.initialTimeSignatureVisibility = #all-invisible c1 } \new Staff { \set Staff.initialTimeSignatureVisibility = #all-invisible c1 } >> @end lilypond @item @code{c-> c-.} @tab articolazioni @tab @lilypond[relative=2] \set Staff.initialTimeSignatureVisibility = #all-invisible c-> c-. @end lilypond @item @code{c2\mf c\sfz} @tab dinamiche @tab @lilypond[relative=2] \set Staff.initialTimeSignatureVisibility = #all-invisible c2\mf c\sfz @end lilypond @item @code{a\< a a\!} @tab crescendo @tab @lilypond[relative=2] \set Score.timing = ##f \set Staff.initialTimeSignatureVisibility = #all-invisible \set Staff.autoBeaming = ##f a\< a a\! @end lilypond @item @code{a\> a a\!} @tab decrescendo @tab @lilypond[relative=2] \set Score.timing = ##f \set Staff.initialTimeSignatureVisibility = #all-invisible \set Staff.autoBeaming = ##f a\> a a\! @end lilypond @item @code{< >} @tab accordo @tab @lilypond[relative=2] \set Staff.initialTimeSignatureVisibility = #all-invisible @end lilypond @item @code{\partial 8} @tab anacrusi @tab @lilypond[relative=2] \partial 8 f8 c2 d e @end lilypond @item @code{\tuplet 3/2 @{f g a@}} @tab terzine @tab @lilypond[relative=1] \set Staff.initialTimeSignatureVisibility = #all-invisible \tuplet 3/2 { f8 g a } @end lilypond @item @code{\grace} @tab abbellimenti @tab @lilypond[relative=2] \set Staff.initialTimeSignatureVisibility = #all-invisible \context Voice { \grace b16 c4 } @end lilypond @item @code{\lyricmode @{ twinkle @}} @tab inserimento del testo vocale @tab twinkle @item @code{\new Lyrics} @tab stampa del testo vocale @tab @lilypond[relative=1] \new Lyrics \lyricmode { twinkle } @end lilypond @item @code{twin -- kle} @tab trattino nel testo vocale @tab @lilypond[relative=2] \set Staff.initialTimeSignatureVisibility = #all-invisible << { g'1 g } \new Lyrics \lyricsto "" { twin -- kle } >> @end lilypond @item @code{\chordmode @{ c:dim f:maj7 @}} @tab accordi @tab @lilypond[relative=2] \set Staff.initialTimeSignatureVisibility = #all-invisible \chordmode { c:dim f:maj7 } @end lilypond @item @code{\new ChordNames} @tab mostrare i nomi degli accordi @tab @lilypond[relative=2] \chords { c:dim f:maj7 } @end lilypond @item @code{<<@{e f@} \\ @{c d@}>>} @tab polifonia @tab @lilypond[relative=2] \set Staff.initialTimeSignatureVisibility = #all-invisible \context Staff <<{e f} \\ {c d}>> @end lilypond @item @code{s4 s8 s16} @tab pause spaziatrici @tab @end multitable