[prev in list] [next in list] [prev in thread] [next in thread] 

List:       lilypond-user-fr
Subject:    =?UTF-8?Q?Re=3A_mesures_d=27=C3=A9gale_longueur?=
From:       Pierre Perol-Schneider <pierre.schneider.paris () gmail ! com>
Date:       2021-02-08 6:29:08
Message-ID: CAPHOTuV2w5z-_47frKYMmWfNFN_ASBkQGWXvgXtj26grxsTebA () mail ! gmail ! com
[Download RAW message or body]

Bonjour Filosophem,
Une solution (avec un méchant hack...) :

\version "2.22.0"

% LilyBin
up = \drummode {
  \set Timing.beamExceptions = #'()
  \bar "[|:"
  hh8 hh hh hh hh hh hh hhho \noBreak
  \bar ":|][|:"
  hh8^\markup\hspace #51.4  hh hh hhho hh hh hh hhho
  \break
  \bar ":|][|:"
  hh8 hh hh hh hh hh hh hh16 hh
  \bar ":|][|:"
  hh8 hh16 hh hh8 hh16 hh hh8 hh16 hh hh8 hh16 hh
  \break
  \bar ":|][|:"
  hh16^\markup\hspace #47.4 hh hh hh r hh hh hhho hh hh hh hh r hh hh hhho
  \bar ":|]"
}
down = \drummode {
  \repeat unfold 5 {
    bd4 sn8 bd bd4 sn
  }
}

\score {
  \new DrumStaff
  <<
    \time 4/4
    \new DrumVoice { \voiceOne \up }
    \new DrumVoice { \voiceTwo \down }
  >>
  \layout { indent = 0
            ragged-right = ##f
            ragged-last = ##t
  }
}

Cordialement,
Pierre

Le dim. 7 févr. 2021 à 12:08, filosophem <richardsgjm@gmail.com> a écrit :

> Bonjour à tous,
>
> Le sujet a déjà été abordé  ici
> <
> http://lilypond-french-users.1298960.n2.nabble.com/mesures-d-egale-longueur-td7586848.html>
>
> , cependant je n'arrive pas à mes fins malgré divers essais.
>
> voici un exemple:
>
> up = \drummode {
>   \set Timing.beamExceptions = #'()
>   \bar "[|:"
>   hh8 hh hh hh hh hh hh hhho
>   \bar ":|][|:"
>   hh8 hh hh hhho hh hh hh hhho
>   \break
>   \bar ":|][|:"
>   hh8 hh hh hh hh hh hh hh16 hh
>   \bar ":|][|:"
>   hh8 hh16 hh hh8 hh16 hh hh8 hh16 hh hh8 hh16 hh
>   \break
>   \bar ":|][|:"
>   hh16 hh hh hh r hh hh hhho hh hh hh hh r hh hh hhho
>   \bar ":|]"
> }
> down = \drummode {
>   \repeat unfold 5 {
>     bd4 sn8 bd bd4 sn
>   }
> }
>
> \score {
>   \new DrumStaff
>   <<
>     \time 4/4
>     \new DrumVoice { \voiceOne \up }
>     \new DrumVoice { \voiceTwo \down }
>   >>
>   \layout { indent = 0
>             ragged-right = ##f
>             ragged-last = ##t
>   }
> }
>
> et sous lilybin :  http://lilybin.com/5afnmr/1 <
> http://lilybin.com/5afnmr/1>
>
> Je voudrais que chaque mesure occupe la moitié de chaque ligne que ce soit
> la 1ère avec la signature rythmique ou la dernière qui se trouve toute
> seule
>
> D'avance merci pour vos suggestions
>
> Bon dimanche à tous
>
>
>
> -----
>
> "/home sweet /home"
>
> Filosophem
> --
> Sent from: http://lilypond-french-users.1298960.n2.nabble.com/
>
>

[Attachment #3 (text/html)]

<div dir="ltr"><div>Bonjour  Filosophem,</div><div>Une solution (avec un méchant \
hack...) :</div><div><br></div><div>\version &quot;2.22.0&quot;<br><br>% \
LilyBin<br>up = \drummode {<br>   \set Timing.beamExceptions = #&#39;()<br>   \bar \
&quot;[|:&quot;<br>   hh8 hh hh hh hh hh hh hhho \noBreak<br>   \bar \
&quot;:|][|:&quot;<br>   hh8^\markup\hspace #51.4   hh hh hhho hh hh hh hhho<br>   \
\break<br>   \bar &quot;:|][|:&quot;<br>   hh8 hh hh hh hh hh hh hh16 hh<br>   \bar \
&quot;:|][|:&quot;<br>   hh8 hh16 hh hh8 hh16 hh hh8 hh16 hh hh8 hh16 hh<br>   \
\break<br>   \bar &quot;:|][|:&quot;<br>   hh16^\markup\hspace #47.4 hh hh hh r hh hh \
hhho hh hh hh hh r hh hh hhho<br>   \bar &quot;:|]&quot;<br>}<br>down = \drummode \
{<br>   \repeat unfold 5 {<br>      bd4 sn8 bd bd4 sn<br>   }<br>}<br><br>\score \
{<br>   \new DrumStaff<br>   &lt;&lt;<br>      \time 4/4<br>      \new DrumVoice { \
\voiceOne \up }<br>      \new DrumVoice { \voiceTwo \down }<br>   &gt;&gt;<br>   \
\layout { indent = 0<br>                  ragged-right = ##f<br>                  \
ragged-last = ##t<br>   \
}<br>}</div><div><br></div><div>Cordialement,</div><div>Pierre<br></div></div><br><div \
class="gmail_quote"><div dir="ltr" class="gmail_attr">Le  dim. 7 févr. 2021 à  \
12:08, filosophem &lt;<a \
href="mailto:richardsgjm@gmail.com">richardsgjm@gmail.com</a>&gt; a écrit  \
:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px \
0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Bonjour à tous,<br> \
<br> Le sujet a déjà été abordé   ici<br>
&lt;<a href="http://lilypond-french-users.1298960.n2.nabble.com/mesures-d-egale-longueur-td7586848.html" \
rel="noreferrer" target="_blank">http://lilypond-french-users.1298960.n2.nabble.com/mesures-d-egale-longueur-td7586848.html</a>&gt; \
<br> , cependant je n&#39;arrive pas à mes fins malgré divers essais.<br>
<br>
voici un exemple:<br>
<br>
up = \drummode {<br>
   \set Timing.beamExceptions = #&#39;()<br>
   \bar &quot;[|:&quot;<br>
   hh8 hh hh hh hh hh hh hhho<br>
   \bar &quot;:|][|:&quot;<br>
   hh8 hh hh hhho hh hh hh hhho<br>
   \break<br>
   \bar &quot;:|][|:&quot;<br>
   hh8 hh hh hh hh hh hh hh16 hh<br>
   \bar &quot;:|][|:&quot;<br>
   hh8 hh16 hh hh8 hh16 hh hh8 hh16 hh hh8 hh16 hh<br>
   \break<br>
   \bar &quot;:|][|:&quot;<br>
   hh16 hh hh hh r hh hh hhho hh hh hh hh r hh hh hhho<br>
   \bar &quot;:|]&quot;<br>
}<br>
down = \drummode {<br>
   \repeat unfold 5 {<br>
      bd4 sn8 bd bd4 sn<br>
   }<br>
}<br>
<br>
\score {<br>
   \new DrumStaff<br>
   &lt;&lt;<br>
      \time 4/4<br>
      \new DrumVoice { \voiceOne \up }<br>
      \new DrumVoice { \voiceTwo \down }<br>
   &gt;&gt;<br>
   \layout { indent = 0<br>
                  ragged-right = ##f<br>
                  ragged-last = ##t<br>
   }<br>
}<br>
<br>
et sous lilybin :   <a href="http://lilybin.com/5afnmr/1" rel="noreferrer" \
target="_blank">http://lilybin.com/5afnmr/1</a> &lt;<a \
href="http://lilybin.com/5afnmr/1" rel="noreferrer" \
target="_blank">http://lilybin.com/5afnmr/1</a>&gt;   <br> <br>
Je voudrais que chaque mesure occupe la moitié de chaque ligne que ce soit<br>
la 1ère avec la signature rythmique ou la dernière qui se trouve toute seule<br>
<br>
D&#39;avance merci pour vos suggestions<br>
<br>
Bon dimanche à tous<br>
<br>
<br>
<br>
-----<br>
<br>
&quot;/home sweet /home&quot;<br>
<br>
Filosophem<br>
--<br>
Sent from: <a href="http://lilypond-french-users.1298960.n2.nabble.com/" \
rel="noreferrer" target="_blank">http://lilypond-french-users.1298960.n2.nabble.com/</a><br>
 <br>
</blockquote></div>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic