lilypond-user-fr
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Coups d'archet successifs


From: xtof pno
Subject: Coups d'archet successifs
Date: Tue, 28 Feb 2023 18:28:44 +0000 (UTC)

Bonjour,
Je souhaite indiquer deux archets sur une ronde.
Si je note \downbow puis à la suite \upbow, les 2 coups d'archet se superposent, alors qu'ils devraient se suivre.
Comment corriger cela ?
Merci pour vos astuces.
Cordialement.
Christophe

Code :

\version "2.20.0"

\header {
  title = "liste"
}
global = {
  \key c \major
  \numericTimeSignature
  \time 3/4
  \tempo "Molto andante"
}


scoreAViolinI = \relative c'' {
  \global

fis1-- \downbow \upbow }


scoreAViolinIPart = \new Staff \with {
  instrumentName = "Violons I"
  shortInstrumentName = "V1"
  midiInstrument = "violin"
} \scoreAViolinI

\score <<{\scoreAViolinIPart}>>

\layout {}


reply via email to

[Prev in Thread] Current Thread [Next in Thread]