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

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

Re: Coups d'archet successifs


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

Bonjour Ben,
L'astuce fonctionne bien.
Merci beaucoup.
Christophe



Le mardi 28 février 2023 à 19:35:18 UTC+1, Ben <ben@eulogia.ch> a écrit :


Bonjour Christophe, 

Une solution est de superposer une voix avec des notes invisibles:

Au plaisir, 

Ben

\version "2.20.0"

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


scoreAViolinI = \relative c'' {
  \global

<< { fis1 } { s2 \downbow s \upbow } >>
}

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

\score <<{\scoreAViolinIPart}>>

\layout {}


Le 28 févr. 2023 à 19:28, xtof pno <xtof01-pno@yahoo.fr> a écrit :

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]