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

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

Re: [RESOLU] "break beam"


From: Pierre Perol-Schneider
Subject: Re: [RESOLU] "break beam"
Date: Tue, 11 Dec 2018 12:56:50 +0100

Bonjour Jean-Marc, Bonjour Sébastien,

Non, c'est plutôt malin. En revanche, "misenpage" est redondant avec la voix 1, donc inutile.
Perso j'alignerai aussi les barres :

\version "2.18.2"

up = \drummode {
  \repeat unfold 4 {
    tomfl16 sn sn sn
    tomml16 sn sn sn
  }
  \break
    \repeat unfold 4 {
    tomfl16 sn sn sn
    tomml16 sn sn sn
  }
  \break
    \repeat unfold 4 {
    tomfl16 sn sn sn
    tomml16 sn sn sn
  }
}

down = \drummode {
  \override Beam.breakable = ##t
  \override Beam.positions = #'(-4.5 . -4.5)
  bd8.[ hhp bd bd]
  hhp8. [ bd hhp hhp]

  bd8.[ hhp bd8.*1/3 s8 bd]
  hhp8.[ bd hhp hhp]

  bd8.[ hhp bd bd]
  hhp8.[ bd8.*1/3 s8 hhp8. hhp]

  bd8.[ hhp bd bd]
  hhp8.[ bd hhp hhp] s16
  \revert Beam.positions
}

\score {
  \new DrumStaff
  <<
    \time 4/4
    \new DrumVoice { \voiceOne \up }
    \new DrumVoice { \voiceTwo \down }
  >>
  \layout {
    indent = 0
  }
}

Cordialement,
Pierre

Le mar. 11 déc. 2018 à 11:40, Éditions IN NOMINE <address@hidden> a écrit :
De rien !

Après, ça reste du bricolage : je pense que des mécaniciens chevronnés
de Lilypond doivent avoir dans leur musette un moyen de faire faire cela
par Lilypond en automatique : avis aux expert.e.s !


Le 11/12/2018 à 11:33, filosophem a écrit :
> Merci JMarc
>
> C'est tout simplement bluffant et je n'y avais pas pens�
>
> Affaire r�solue !!
>
>
>
>
>
> -----
>
> "/home sweet /home"
>
> Filosophem
> --
> Sent from: http://lilypond-french-users.1298960.n2.nabble.com/
>
> _______________________________________________
> liste de diffusion lilypond-user-fr
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user-fr
>

_______________________________________________
liste de diffusion lilypond-user-fr
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user-fr

reply via email to

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